projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40f49a
)
(dired-collect-file-versions):
author
Richard M. Stallman
<rms@gnu.org>
Sat, 10 May 1997 05:43:58 +0000
(
05:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 10 May 1997 05:43:58 +0000
(
05:43
+0000)
Rename bv-length to backup-extract-version-start.
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 4588c8e8bcf0315c216d8e088582986165a08bde..d6926665ee6737ed7b4a78a40288d42bfaf5c0de 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-267,7
+267,7
@@
with a prefix argument."
;;The caller may want to flag some of these files for deletion.
(let* ((base-versions
(concat (file-name-nondirectory fn) ".~"))
- (b
v-length
(length base-versions))
+ (b
ackup-extract-version-start
(length base-versions))
(possibilities (file-name-all-completions
base-versions
(file-name-directory fn)))